home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / Mike's Externals.cpt / Mike's Externals / background_2764.txt < prev    next >
Text File  |  1990-02-22  |  3KB  |  156 lines

  1. -- background: 2764 from stack: in
  2. -- bmap block id: 3107
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   set scroll of bkgnd field "info" to 0
  9.   set scroll of bkgnd field "examples" to 0
  10. end openCard
  11.  
  12.  
  13.  
  14. -- part 16 (button)
  15. -- low flags: 00
  16. -- high flags: 2000
  17. -- rect: left=21 top=30 right=42 bottom=33
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Quit
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   answer "Go Home, or Quit Hypercard?" with "Quit" or "Home"
  29.   if it="Home" then go home else domenu "Quit Hypercard"
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 17 (field)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=69 top=49 right=69 bottom=236
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 0
  41. -- font id: 21
  42. -- text size: 14
  43. -- style flags: 256
  44. -- line height: 18
  45. -- part name: 
  46.  
  47.  
  48. -- part 18 (field)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=69 top=67 right=87 bottom=236
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 0
  55. -- font id: 21
  56. -- text size: 14
  57. -- style flags: 256
  58. -- line height: 18
  59. -- part name: 
  60.  
  61.  
  62. -- part 19 (field)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=435 top=49 right=70 bottom=495
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 0
  69. -- font id: 21
  70. -- text size: 14
  71. -- style flags: 256
  72. -- line height: 18
  73. -- part name: 
  74.  
  75.  
  76. -- part 20 (field)
  77. -- low flags: 00
  78. -- high flags: 0000
  79. -- rect: left=60 top=103 right=142 bottom=493
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 0
  83. -- font id: 21
  84. -- text size: 14
  85. -- style flags: 256
  86. -- line height: 18
  87. -- part name: 
  88.  
  89.  
  90. -- part 21 (field)
  91. -- low flags: 00
  92. -- high flags: 0007
  93. -- rect: left=20 top=155 right=223 bottom=492
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 0
  97. -- font id: 21
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: info
  102.  
  103.  
  104. -- part 23 (field)
  105. -- low flags: 00
  106. -- high flags: 0007
  107. -- rect: left=20 top=247 right=315 bottom=492
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 0
  111. -- font id: 4
  112. -- text size: 9
  113. -- style flags: 0
  114. -- line height: 12
  115. -- part name: examples
  116.  
  117.  
  118. -- part 24 (button)
  119. -- low flags: 00
  120. -- high flags: 2000
  121. -- rect: left=209 top=315 right=334 bottom=253
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 1014 / 1014
  124. -- text alignment: 1
  125. -- font id: 0
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: prevButt
  130. ----- HyperTalk script -----
  131. on mouseUp
  132.  
  133.  
  134.   go to prev card
  135. end mouseUp
  136.  
  137.  
  138. -- part 25 (button)
  139. -- low flags: 00
  140. -- high flags: 2000
  141. -- rect: left=253 top=315 right=334 bottom=291
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 1013 / 1013
  144. -- text alignment: 1
  145. -- font id: 0
  146. -- text size: 12
  147. -- style flags: 0
  148. -- line height: 16
  149. -- part name: nextButt
  150. ----- HyperTalk script -----
  151. on mouseUp
  152.  
  153.  
  154.   go to next card
  155. end mouseUp
  156.